C1.DataCollection Assembly / C1.DataCollection Namespace / C1DataCollection<T> Class / GroupAsync Method / GroupAsync(GroupDescription[]) Method
The group descriptions that determine how the data will be grouped.

In This Topic
GroupAsync(GroupDescription[]) Method
In This Topic
Groups the collection according to the specified group descriptions.
Syntax
'Declaration
 
Public Overloads Function GroupAsync( _
   ByVal ParamArray groupDescriptions() As GroupDescription _
) As Task
 

Parameters

groupDescriptions
The group descriptions that determine how the data will be grouped.
See Also